22. Exercise: Create a RecyclerView

Wiring Up the RecyclerView

In this Exercise, you will get to apply what you've learned on Sunshine.

Exercise Code

Exercise:S03.01-Exercise-RecyclerView

Create RecyclerView Sunshine

There are a lot of TODOs to help you with this complex task. You're going to create the RecyclerView and adapter for Sunshine.

SOLUTION:
  • Create RecyclerView and layout for individual items
  • Create a ViewHolder and Adapter
  • Wire the RecyclerView up with the Adapter and the LinearLayoutManager